home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscTeePalette / MiscDistributorPrivate.h < prev    next >
Encoding:
Text File  |  1994-10-24  |  686 b   |  25 lines

  1. //
  2. //    MiscDistributorPrivate.h -- Private declarations for MiscDistributor.
  3. //
  4. //        Written by Don Yacktman.  Copyright 1994 by Don Yacktman.
  5. //                Version 1.0  All rights reserved.
  6. //
  7. //        This notice may not be removed from this source code.
  8. //
  9. //    This object is included in the MiscKit by permission from the author
  10. //    and its use is governed by the MiscKit license, found in the file
  11. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  12. //    for a list of all applicable permissions and restrictions.
  13. //    
  14.  
  15. //#import "_MiscDistributorConnection.h"
  16.  
  17. @class _MiscDistributorConnection;
  18.  
  19. @interface MiscDistributor(private)
  20.  
  21. - _connectionList;
  22. - _makeConnections;
  23.  
  24. @end
  25.